From b3c8f22904c13e29739c87bb3e947a2a0bea91d9 Mon Sep 17 00:00:00 2001 From: Giuseppe Mazzotta Date: Tue, 12 May 2015 14:51:42 +0000 Subject: [PATCH] Document '-F' option of create subcommand. Other options are still missing and not part of this patch. Signed-off-by: Giuseppe Mazzotta Acked-by: Ian Campbell --- docs/man/xl.pod.1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1 index 16783c8ea0..02bf5312fa 100644 --- a/docs/man/xl.pod.1 +++ b/docs/man/xl.pod.1 @@ -115,6 +115,9 @@ Create will return B as the domain is started. This B mean the guest OS in the domain has actually booted, or is available for input. +If the I<-F> option is specified, create will start the domain and not +return until its death. + B =over 4 @@ -131,6 +134,10 @@ Use the given configuration file. Leave the domain paused after it is created. +=item B<-F> + +Run in foreground until death of the domain. + =item B<-V>, B<--vncviewer> Attach to domain's VNC server, forking a vncviewer process. -- 2.30.2